Package com.cisco.pt.ipc.sim.pdu
Interface VendorIdPayload
- All Superinterfaces:
IkePayload,IPCData,Pdu,Signal
- All Known Implementing Classes:
VendorIdPayloadImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.IkePayload
getLength, getNextPayloadType, getReserved, setLength, setNextPayloadType, setReservedMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getVendorId
long getVendorId()- Returns:
- long Returns a long
-
setVendorId
void setVendorId(long vendorId) - Parameters:
vendorId- Takes in a parameter of vendorId
-